-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BC-4453 - submission item file #4484
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good.
Just I think the BaseUc is not the best approach for now.
Base class make for sense for the Services (should be a different ticket IMO).
apps/server/src/modules/board/controller/api-test/content-element-create.api.spec.ts
Show resolved
Hide resolved
apps/server/src/modules/board/controller/api-test/content-element-create.api.spec.ts
Show resolved
Hide resolved
apps/server/src/modules/board/controller/dto/element/create-content-element.body.params.ts
Outdated
Show resolved
Hide resolved
apps/server/src/modules/board/controller/dto/element/update-element-content.body.params.ts
Outdated
Show resolved
Hide resolved
apps/server/src/modules/board/controller/mapper/content-element-response.factory.ts
Outdated
Show resolved
Hide resolved
f2a2278
to
34592eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would strongly advise not to include the base class and the also remove the abstraction in the visitor.
The authorization will go under major change in the next 2 sprints and it will make no sense to change any code for now.
As discussed with @virgilchiriac I will approve this PR. The BaseUC class will be removed or changed in the future. |
the enpoint is designed to be as close as possible to the cards -> create element endpoint
Kudos, SonarCloud Quality Gate passed! |
Description
Links to Tickets or other pull requests
BC-4453
hpi-schul-cloud/nuxt-client#2893
Changes
Datasecurity
Deployment
New Repos, NPM pakages or vendor scripts
Approval for review
generate-client:server
was executed in vue frontend and changes were tested and put in a PR with the same branch name.